| AllowDrop |
Gets or sets a value (true/false) indicating whether the control will accept data that is dragged onto it. |
| AllowFocus |
Gets or sets a value (true/false) indicating whether the control can receive keyboard focus. |
| Anchor |
Specifies how a control anchors to the edges of its Form. |
| BorderStyle |
Gets or sets the border style of the control. Refer to the ControlBorderStyle enum. |
| ButtonStyle |
Gets or sets a value (true/false) indicating Tabs appear as buttons and no border is drawn around the display area of the Tab Control. |
| CtrlId |
Gets or sets a value indicating the control ID of the control. |
| CtrlType |
Gets or sets the control type value. Always ControlType.TabControl and used when adding control to the application’s form collection. |
| Enabled |
Gets or sets a value (true/false) indicating whether the control can respond to user interaction. |
| FixedWidthTabs |
Gets or sets a value (true/false) indicating that all tabs in a tab control are the same width (uses the TabWidth and TabHeight properties). |
| Focused |
Gets or sets a value (true/false) indicating whether the control has input focus. |
| Font |
Gets or sets the font for the control. Refer to the Font object. |
| ForceImageLeft |
Gets or sets a value (true/false) indicating to force the tab image to the left, leaving the label centered in a tab control. |
| ForceLabelLeft |
Gets or sets a value (true/false) indicating to force the tab image and tab label to the left in a tab control. |
| HotTracking |
Gets or sets a value (true/false) indicating whether items under the mouse pointer are automatically highlighted. |
| Height |
Gets or sets the height of the control. |
| hWindow |
Gets the Windows handle (hwnd) of the control. |
| hWindowParent |
Gets or sets the Windows handle (hwnd) of the parent control. |
| MultiLine |
Gets or sets a value (true/false) indicating that tabs can span more than one line. |
| TabImageSize |
Gets or sets the size (in pixels) for images that will display in the tabs ControlImageSize |
| TabHeight |
Gets or sets the height of tabs in a tab control that have the property FixedWidthTabs equal True. |
| TabTopPadding |
Gets or sets the amount of vertical padding around each tab's icon and label in a tab control. |
| TabSidePadding |
Gets or sets the amount of horizontal padding around each tab's icon and label in a tab control. |
| TabWeight |
Gets or sets the width of tabs in a tab control that have the property FixedWidthTabs equal True. |
| TabPage |
Gets or sets properties of a TabPage wfxTabPage object |
| TabPages |
Gets or sets properties of an TabPages wfxTabPagesCollection collection object |
| Left |
Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area (normally the form). |
| Location |
Gets or sets the top and left position of the control. Get: returns wfxPoint object. Set: (left, top). |
| Locked |
Gets or sets a value (true/false) indicating whether the control can be moved or resized. |
| SelectedIndex |
Gets or sets the index value of the selected tab in the tab control. |
| Size |
Gets or sets the size of the form. Get: returns wfxSize object. Set: (width, height) |
| TabIndex |
Gets or sets the position that the control occupies in the TAB position. |
| TabStop |
Gets or sets a value (true/false) indicating whether the user can use the TAB key to give focus to the control. |
| Tag |
Gets or sets user defined text associated with the form. |
| Top |
Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area (normally the form). |
| Visible |
Gets or sets a value (true/false) indicating whether the control is displayed. |
| Width |
Gets or sets the width of the control. |